Skip to content

nvme: fix submit_io() to call nvme_submit_passthru()#2978

Closed
ikegami-t wants to merge 1 commit intolinux-nvme:masterfrom
ikegami-t:submit-io-fix
Closed

nvme: fix submit_io() to call nvme_submit_passthru()#2978
ikegami-t wants to merge 1 commit intolinux-nvme:masterfrom
ikegami-t:submit-io-fix

Conversation

@ikegami-t
Copy link
Copy Markdown
Contributor

Since incorrectly called nvme_submit_admin_passthru().

Comment thread nvme.c Outdated
cfg.app_tag_mask);
gettimeofday(&start_time, NULL);
err = nvme_submit_admin_passthru(hdl, &cmd, NULL);
err = nvme_submit_passthru(hdl, NVME_IOCTL_IO_CMD, &cmd, NULL);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to use nvme_submit_io_passthru here.

Since incorrectly called nvme_submit_admin_passthru().

Signed-off-by: Tokunori Ikegami <[email protected]>
Signed-off-by: Daniel Wagner <[email protected]>
@igaw
Copy link
Copy Markdown
Collaborator

igaw commented Nov 25, 2025

already address by #2981

@igaw igaw closed this Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants